AExt v1.00 (c) 1998-1999 Jindrich Kubec Latest version can be found at http://www.asw.cz/~kubecj This program is provided 'as is', no warranty will be taken for any damage caused by it or by any use of it. The whole package is placed under the GNU Public License, for further information on redistribution see the included file "GPL.TXT". Description: ------------ Atari file extractor. This is just simple utility for extracting binary block in binary/atari binary block formats. Usage: ------ AExt [options] infile [outfile] If outfile is not specified, prg.axe is assumed. -s, -e, -n specify start, end or length parameters of block in hexadecimal numbers. -oa creates atari binary block (start, end, data). -base is used with -oa to create based binary block. (The number specifies start address of block). History: -------- Date, Author, Version 8/19/1999, kubecj, 0.10 First version. 10/10/1999, kubecj, 0.11 New archive processing, version incremented to avoid version problems. 10/10/1999, kubecj, 1.00 First release. To Do: ------ Nothing. Known Bugs: ----------- None. Compiling Tools: ---------------- For scripts: Perl. URL: http://www.perl.com For PC executables: DJGPP. Sources were written/tested on GCC/Intel only. There should be only slight problems to port it to different architectures/environments. Makefile should need only slight changes. URL: http://www.delorie.com